home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / DECRYPT.DOC < prev    next >
Text File  |  1986-12-22  |  631b  |  22 lines

  1. -------------------------------------------------------------------------------
  2.  DECRYPT
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      decrypt <keyword> [< filename] 
  7.  
  8. DECRYPT is a text filter that deciphers files encoded by ENCRYPT.
  9.  
  10. Examples:
  11.  
  12. Use the code word 'Minneapolis' to decipher the information in SECRET.TXT and
  13. save it to the file named PUBLIC.TXT.
  14.  
  15.      decrypt Minneapolis <SECRET.TXT | tee con > PUBLIC.TXT
  16.  
  17. View the information in EYESONLY.INF encrypted with the code word 'Joshua'.
  18.  
  19.      type EYESONLY.INF | decrypt Joshua
  20.  
  21. See also:  ENCRYPT
  22.